gl: Drop profile for gdk_window_create_gl_context()
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 12 Feb 2015 12:34:28 +0000 (12:34 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 12 Feb 2015 12:34:28 +0000 (12:34 +0000)
commit022724aa69bbf1c65768b87d0f3e319257284b40
tree70a133c4ed74584e3a875b173a6fa7bdd383ef51
parent015bf99816969cff366e201169e6c54fd8b3cf3d
gl: Drop profile for gdk_window_create_gl_context()

Now that we have a two-stages GL context creation sequence, we can move
the profile to a pre-realize option, like the debug and forward
compatibility bits, or the GL version to use.
14 files changed:
gdk/gdkglcontext.c
gdk/gdkglcontext.h
gdk/gdkwindow.c
gdk/gdkwindow.h
gdk/gdkwindowimpl.h
gdk/mir/gdkmirglcontext.c
gdk/mir/gdkmirwindowimpl.c
gdk/wayland/gdkglcontext-wayland.c
gdk/wayland/gdkglcontext-wayland.h
gdk/win32/gdkglcontext-win32.c
gdk/win32/gdkglcontext-win32.h
gdk/x11/gdkglcontext-x11.c
gdk/x11/gdkglcontext-x11.h
gtk/gtkglarea.c